﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background: none repeat scroll 0 0 #fff;
    /*box-shadow: 0 0 10px lightgreen;*/
}

::-moz-selection {
    background: forestgreen;
    color: whitesmoke;
}

::selection {
    background: forestgreen;
    color: whitesmoke;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

fieldset {
    padding: 5px;
}

legend {
    font-size: 14px;
    color: #3b7960;
    font-weight: bold;
    padding: 3px 0;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    border-bottom: solid 1px #3b7960;
    line-height: 25px;
}

a {
    color: #888e7e;
}

    a:hover {
        color: #3b7960;
        text-decoration: none;
    }

.exploreChecker {
    background-color: orangered;
    width: 100%;
    position: relative;
    top: 0;
    text-align: center;
    line-height: 30px;
    margin: 0;
    display: none;
    color: whitesmoke;
    font-weight: bold;
}

footer {
    background-color: whitesmoke;
    padding: 0;
}

    footer span {
        margin: 2px 5px;
    }

.footer_description {
    width: 100%;
    z-index: -1;
    height: 200px;
    color: whitesmoke;
    background-color: forestgreen;
}

.footer_about {
    margin: 0 auto;
    background-color: whitesmoke;
}

.about_gpcm {
    margin: 0 auto;
    max-width: 1170px;
    background-color: whitesmoke;
    height: 230px;
    padding: 40px;
}

.a_left {
    float: left;
    width: 45%;
}

.a_right {
    float: right;
    width: 50%;
}


#certification {
    padding: 0;
    margin: 10px 0;
    list-style: none;
    float: left;
    width: 100%;
}

    #certification li {
        margin: 0 15px;
        float: left;
    }
